home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global newday, firstdayNo, endDate, newYear, newMonth, beginDate
- if the doubleClick then
- exit
- end if
- set oldBox to newday + firstdayNo - 1
- if (oldBox > 0) and (oldBox < 38) then
- set the ink of sprite (oldBox + 8) to 36
- end if
- puppetVisible(46, 47, 1)
- puppetStatus(1, 47, 0)
- set beginDate to getSerialDate(newMonth & "/" & newday & "/" & newYear)
- set endDate to beginDate - 1
- go("setupshowDays")
- showDays()
- go("date ok")
- cursor(0)
- end
-